ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / FindIndex Method / FindIndex(Int32,Int32,Predicate<BaseRule>) Method

In This Topic
    FindIndex(Int32,Int32,Predicate<BaseRule>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer, _
       ByVal match As System.Predicate(Of BaseRule) _
    ) As System.Integer
    public System.int FindIndex( 
       System.int startIndex,
       System.int count,
       System.Predicate<BaseRule> match
    )

    Parameters

    startIndex
    count
    match
    See Also